projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c932a
)
testgtk: Remove non-existing property from frame constructor
author
Benjamin Otte
<otte@redhat.com>
Thu, 9 Sep 2010 01:09:12 +0000
(
03:09
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:11:41 +0000
(15:11 +0200)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 6da35c2b9bae173abcb66b95fda2f96edbd14172..b18b52f248ca48a0514d5bf8fe33726492191207 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-5147,7
+5147,6
@@
create_cursors (GtkWidget *widget)
frame =
g_object_new (gtk_frame_get_type (),
- "GtkFrame::shadow", GTK_SHADOW_ETCHED_IN,
"GtkFrame::label_xalign", 0.5,
"GtkFrame::label", "Cursor Area",
"GtkContainer::border_width", 10,